home *** CD-ROM | disk | FTP | other *** search
- /* SnapShot.rc
-
- (C) Copyright Microsoft Corp. 1991. All rights reserved.
-
- You have a royalty-free right to use, modify, reproduce and
- distribute the Sample Files (and/or any modified version) in
- any way you find useful, provided that you agree that
- Microsoft has no warranty obligations or liability for any
- Sample Application Files which are modified.
-
- */
-
- #include <windows.h>
- #include "SnapShot.h"
-
- AppIcon ICON SnapShot.ico
-
-
- APPMENU MENU
- BEGIN
- MENUITEM "Now!" IDM_NOW
- MENUITEM "5sec!" IDM_5SEC
- END
-
-
- ABOUTBOX DIALOG 22, 17, 144, 100
- STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
- CAPTION "About"
- FONT 8, "Helv"
- BEGIN
- CONTROL "Compile info" IDD_TEXT, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 87, 144, 8
- CTEXT "Microsoft Windows", -1, 0, 5, 144, 8
- CTEXT "SnapShot Screen Capture Utility", -1, 0, 14, 144, 8
- CTEXT "Multimedia Systems Group", -1, 0, 23, 144, 8
- CTEXT "Version 2.0", -1, 38, 34, 64, 8
- CTEXT "Copyright (c) 1986-92, Microsoft Corp.", -1, 5, 47, 132, 9
- CTEXT "All Rights Reserved.", -1, 5, 58, 132, 9
- ICON "AppIcon", -1, 3, 5, 0, 0
- DEFPUSHBUTTON "Ok", IDOK, 53, 70, 32, 14, WS_GROUP
- END
-
-
-
- STRINGTABLE
- BEGIN
- IDS_APPNAME "SnapShot"
- IDS_OUTOFMEMORY "Out of memory"
- IDS_INTERNALERROR "Internal error %d"
- IDS_APPNAMEVER "SnapShot""foo"
- END
-